Cargo.toml: Bump to glib 0.14.4
authorColin Walters <walters@verbum.org>
Mon, 23 Aug 2021 19:26:08 +0000 (15:26 -0400)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:57 +0000 (12:53 -0400)
Not strictly required for this repo, but it has the new variant
bindings we want in ostree-rs-ext.

rust-bindings/rust/Cargo.toml

index 5f631d6f0e6e399d354580e68c1193c419b02476..2f652e851a1216f51e764b352be48a61399e13b2 100644 (file)
@@ -31,7 +31,7 @@ members = [".", "sys"]
 bitflags = "1.2.1"
 ffi = { package = "ostree-sys", path = "sys", version = "0.8.1" }
 gio = "0.14"
-glib = "0.14"
+glib = "0.14.4"
 hex = "0.4.2"
 libc = "0.2"
 once_cell = "1.4.0"